Auto merge of #4921 - wking:doc/guide-rust, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 9 Jan 2018 02:27:48 +0000 (02:27 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 Jan 2018 02:27:48 +0000 (02:27 +0000)
commit1fc8797a441981500d46db893cfb74169f410be4
treee696f2bd486778052ae1737e9620ba78781b1765
parent4e618dd7f5acd987d3938b33e935a4e9709004db
parent272227403d80f6dc1fba840566b1a7991b9e1a54
Auto merge of #4921 - wking:doc/guide-rust, r=alexcrichton

doc/guide/dependencies: Add a 'rust' language marker

This had been added to the non-book docs in 2ad45a56 (#4455), despite the fact that the book didn't actually have that marker:

    $ git cat-file -p 2ad45a56:src/doc/book/src/guide/dependencies.md | grep -A2 'You can now use the'
    You can now use the `regex` library using `extern crate` in `main.rs`.

    ```

This is (along with the already-landed #4916), part of recovering from #4904.